home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / dev / misc / DReg.lha / DReg / DReg.readme < prev    next >
Text File  |  1999-02-01  |  2KB  |  55 lines

  1. Short:    Data Register Processor with asm source
  2. Author:   paul@relicworld.demon.co.uk (Paul Juhasz)
  3. Uploader: paul@relicworld.demon.co.uk (Paul Juhasz)
  4. Version:  1.21
  5. Type:     dev/misc
  6.  
  7. ---------------------------------------------------------------
  8.  
  9. DReg as well as its source are released as Freeware with an explicit
  10. NO GUARANTEE for the safety of your precious data - in other words:
  11. don't sue me if your monitor blows up and your 060 glows in the dark.
  12.  
  13.  
  14. Do any of you remember COBOL or RPG?  How about a Univac II then, or
  15. the IBM 1401.?  Punched cards and paper tape?  Yes - I thought so. All
  16. that ancient stuff belongs to antiquity now, though once it used to be
  17. considered the Ultimate Power.  In the 60's an IBM 360/20 would fill a
  18. medium office, chew up your precious program cards and print endless
  19. lists of hexadecimal gobbledygook on tons of paper.  And yes - it had
  20. a total of 16k of memory for us to do our thing in.  Now we have access
  21. to - you name it, gigabytes - and all in friendly click-and-see fashion
  22. provided by a multitasking operating system.
  23.  
  24. But one thing hasn't changed much:  we still write programs in Asm, use
  25. bits to hold flags in and have to convert hex to decimal so we get some
  26. idea as to what value we're dealing with.
  27.  
  28. Apart from being a nifty little binary-hex-decimal converter and bitwise
  29. calculator, DReg's source may be useful as an example in A68k Intuition
  30. programming.  It is fairly typical for a properly behaved program that's
  31. multitasking under Intuition.  It is full of gadgets, multiple IDCMP
  32. loops, gadget/border/window colour modification (a hack) to conform with
  33. any Workbench, uses library calls and it even has an 'iconize' feature
  34. that remembers its place while it's running.  I only missed out one quite
  35. important feature - a string gadget to let you enter a hex or decimal
  36. value when activated.
  37.  
  38. If someone wants to add this, or build a fontsensitive gui, please do let
  39. me have a copy.  #;)
  40.  
  41.  
  42. Paul - Monday 11-Jan-99 02:24:41
  43.  
  44. History:
  45.  
  46. 1.21 -  Corrected an Enforcer hit that occurred on program-exit,
  47.         found by Thomas Bieg (tbieg@nocws.rzws.fh-aalen.de).
  48.  
  49. 1.2  -  Uploaded to Aminet
  50.  
  51.  
  52. Live fast, code hard and die a beautiful death... (old c0DerZ saying)
  53.  
  54.  
  55.